Skip to main content

Get a timestream

GET 

/timestreams/:timestreamId

Gets full details of a specific timestream

Request

Path Parameters

    timestreamId stringrequired

    The id of the timestream

Header Parameters

    x-api-key passwordrequired

    OneBasket API Key

Responses

The request has succeeded.

Schema
    type stringrequired

    Possible values: [TicketedEvent]

    The type of the timestream

    circular(Timestreams.TicketedEventTimestreamDto)

    id stringrequired

    The unique identifier of the timestream

    title stringrequired

    The title of the timestream

    description stringrequired

    The description of the timestream

    venue stringrequired

    The venue selected for the timestream

    timelines objectrequired

    The timelines of the timestream

    property name* integer
    type stringrequired

    Possible values: [TicketedEvent]

    ticketedEvent object
    venueName stringrequired

    The name of the venue

    competitionName stringrequired

    The name of the competation

    date date-timerequired

    The date of the event

    logoUrl stringrequired

    The logo of the event

    competitionLogoUrl stringrequired

    The logo of the competition

Loading...